home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / runwen15.zip / RUNWEN.FIL < prev   
Text File  |  1992-08-10  |  1KB  |  31 lines

  1. # RunWen - Copyright (c) 1992 Richard Hiester
  2. #          All Rights Reserved.
  3. #
  4. # RunWen.fil - this file stores all of the DOS commands you want
  5. #   executed when you boot-up your computer.  You can comment-out
  6. #   lines in this file by placing a "#" (pound sign) in the first 
  7. #   character position of the line you want commented-out.
  8. #
  9. # The entry format and an example for this file is as follows
  10. #   (without the "#").  Please note that RUNWEN will not support
  11. #   more than seven (7) command-line arguments.
  12. #
  13. # YYYYMMDD DYS DRIVE:\PATH\COMMAND_LINE.EXTENSION [ARG 1 thru ARG 7]
  14. #
  15. # The following are examples of what you might want to run on
  16. #   a scheduled basis.
  17. ######################################################################
  18. # Run Norton Anti-Virus (complete disk scan) every seven days
  19. #   starting on August 9, 1992.
  20. #
  21. 19920809 7 C:\NDW\NAV.EXE /A
  22. ######################################################################
  23. # Run CHKDSK on the C: drive with the /F option every seven
  24. # days starting on August 10, 1992
  25. #
  26. 19920810 7 C:\DOS\CHKDSK.EXE C: /F
  27. ######################################################################
  28. # Run the Stacker SCHECK utility against the Stacked F: drive
  29. #   every 10 days starting on August 8, 1992
  30. #
  31. 19920808 10 C:\SYS\STACKER\SCHECK.EXE F: